home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0074-Re Tracking Links-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-13  |  2.8 KB  |  62 lines  |  [TEXT/GEOL]

  1. Item    5861320                         13-Oct-89        10:52
  2.  
  3. From:   D2086                           Efficient Field Svc, C Faith,PRT
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    RE- Tracking Links
  8.  
  9. For those who may be interested:
  10.  
  11. I am working on a project for MADA that is specifically for the handling of the
  12. enormous quantity of AppleLinks.
  13.  
  14. It is nearing completion so most of the features are known:
  15.  
  16. 1) It files links or text information into subject areas.  These subjects are
  17. arranged hierarchically with no restrictions on the number of levels or number
  18. of subjects at a given level.  Retrieval of links will be very similar to the
  19. way that Standard File gets files.  Each subject can be edited at any time and
  20. the changes saved.
  21.  
  22. 2) Each link or subject can have any number of keywords associated with it and
  23. vice versa.  These are arranged into an Index of Keywords for searching.
  24. Keyword retrieval is indexed and very fast.
  25.  
  26. 3) One can search the entire set of Links for specific words or letters.  This
  27. can be done with case matching or whole word specification.  This works
  28. reasonably fast.  A search for each occurence of "InsideOut" for example,in a
  29. 500K set of data will take less than 10 seconds for most disk drives and
  30. computers.
  31.  
  32. 4) It will also have Lempel-Zev compression (Thanks to Ed Skwarecki, Rob
  33. Chandok and Carnegie Mellon University).  If compression is used searching will
  34. be slower but I am not yet sure by how much.
  35.  
  36. 5) It will automate the assembly of links in some way.  I have not completed
  37. this part and am open to suggestions as to how this should be done.  I
  38. currently have it extract all the links from a given folder and then placing
  39. them in a list in order of Link Date.  Each item in the list will be chosen and
  40. inserted into the hierarchy in some way I have not yet fully determined. I
  41. could use ideas for this.
  42.  
  43. 6) One will be able to relate subjects together so that one can sort of have
  44. hyper-references to other pieces of the database.  For example a discussion of
  45. InsideOut might be related to a discussion of MacApp B9 bugs in some way.  I
  46. have not finished the user interface part of this and could use suggestions as
  47. to how to best present the related subjects (Link Threads) for selection.
  48.  
  49. 7) The database will be batch-updateable and the plan is to have regular
  50. (monthly, bimonthly?) releases of pre-Keyworded and related MacApp links.
  51.  
  52. In conclusion: I would appreciate suggestions as to the best way to make
  53. assembling the links easier.  AppleLink does not help much with this as there
  54. is no way to tell which links are in response to which others except by reading
  55. them.
  56.  
  57. Any other suggestions for the user interface would be welcome, just don't count
  58. on me changing anything I have finished unless the suggestions are really good.
  59.  
  60. Curtis Faith
  61.  
  62.